
- •Волинський технікум нухт
- •Про технологічну практику з технології розробки програмного забезпечення
- •Луцьк 2013 р.
- •Дослідження бази практики
- •Структура Несвічівської сільської ради
- •Апаратне забезпечення автоматизованих комп’ютерних систем і мереж, які використовуються на базі практики
- •Тип комп’ютера : Bravo
- •Програмне забезпечення автоматизованих комп’ютерних систем і мереж, які використовуються на базі практики
- •Рекомендації щодо поліпшення існуючих на базі практики технологічних процесів створення та використання автоматизованих комп’ютерних систем і мереж та їх програмного забезпечення
- •Індивідуальне завдання
- •Результат виконання програми
- •Індивіуальне завдання з технології програмування. Гнучкі моделі процесу розробки пз
- •Індивідуальне завдання з охорони праці. Супровід програмного забезпечення
- •Карта умов праці
- •Висновок:
- •Список використаної літератури:
Індивідуальне завдання
В Несвічівські сільській раді, мною був впроваджений сайт для відвідувачів та каталогів товарів.
Лістинг програми
< html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Nesvichivska Silska rada</title>
<link rel="stylesheet" href="style.css" />
<script src="js/jquery-1.3.2.js"></script>
<script src="js/contact-form-process.js"></script>
<!--[if IE 6]>
<script src="js/ie6-transparency.js"></script>
<script>
DD_belatedPNG.fix('#header .logo img, .subtitle img, .slideshow-container, .navigation-container #thumbs .thumbs li .thumb
img, .navigation a.next, .footer-line, #sidebar .author-photo, .line, .commentlist .comment-reply-link, #contact-page
#contact .submit, #contact-page #contact-form .submit');
</script>
<link rel="stylesheet"
type="text/css" href="styles/ie6.css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet"
type="text/css" href="styles/ie7.css" />
<![endif]-->
</head>
<body>
<div id="wrap">
<div id="header">
<div class="logo">
<a href=""><img src="images/name.png" alt="logo" /></a>
</div><!--end logo-->
<div class="subtitle">
<img src="images/subtitle.png" alt="description" />
</div><!--end subtitle-->
<div id="nav">
<ul id="nav-pages">
<li><a href="index.html">Holovna</a><span>~</span></li>
<li><a
href="bio.html">istoria</a><span>~</span></li>
<li><a
href="services.html">Tovaru</a><span>~</span></li>
<li><a
href="articles.html">Novosti</a><span>~</span></li>
<li><a href="contact.html"
class="current">Contactna informaciya</a></li>
</ul><!--end nav-pages-->
</div> <!--end nav-->
</div><!--end header-->
<div id="main">
<div id="content">
<div id="contact-page">
<!-- The Contact Form -->
<h2 class="page-title">Zvyajitsya</h2>
<p>byt-laska zviyzhitsya z namu Vukorustovyiychu formy nuzhche </p>
<p class='hide' id='response'></p>
<form id='contact-form' method='post' action='scripts/contact-process.php'>
<fieldset>
<input id='form_name' type='text' name='name' value='Name' onfocus="if(this.value=='Name'){this.value=''};"
onblur="if(this.value==''){this.value='Name'};" />
<input id='form_email' type='text' name='email' value="Email" onfocus="if(this.value=='Email')
{this.value=''};" onblur="if(this.value==''){this.value='Email'};" />
<input id='form_subject' type='text' name='subject' value="Subject" onfocus="if(this.value=='Subject'){this.value=''};"
onblur="if(this.value==''){this.value='Subject'};" />
<textarea id='form_message' rows='10' cols='40' name='message'></textarea>
<input id='form_submit' class="submit" type='submit' name='submit' value='' />
<div class='hide'>
<label>Do not fill out this field</label>
<input name='spam_check' type='text' value='' />
</div>
</fieldset>
</form>
</div><!--end contact-page-->
</div><!--end content-->
<div id="sidebar">
<div class="author-photo">
<img src="images/author-img.jpg" alt="author image" />
</div><!--end
author-photo-->
<div id="author-details">
<h3><span
class="status">Status: </span>Novui client</h3>
<p>Detalna Informacia byde dostypna
piznishe.</p>
</div><!--end author-details-->
</div><!--end sidebar-->
</div><!--end main-->
<div id="footer">
<div class="footer-line"></div>
<p class="copyright">copyright">Nesvishivska Silrada</p>
</div><!--end footer-->
</div><!--end wrap-->
<div class="cache-images">
<img src="images/submit-button-blue-hover.png" width="0" height="0" alt="" />
</div><!--end cache-images-->
</body>
</html>