統計
| ブランチ: | リビジョン:

pictcode / app / View / top / save.ctp @ f4745fee

履歴 | 表示 | アノテート | ダウンロード (1.013 KB)

1 1711ffed shiwa
<!-- データ保存 -->
2
<main role="main">
3
		<article class="large_form">
4
			<h2>
5
				<img src="/img/img_h1_admin_save01.png" alt="プログラムほぞん">
6
			</h2>
7
				<p>さくせいした プログラムを ほぞん します。</p>
8
				<p>プログラムに タイトルを付け、せるめい文を 書いて みんなに アピールしましょう。</p>
9
				<p>プログラムの ないようと せつめいが 書けたら 「かくにん」ボタンを おしてね!</p>
10
				<section>
11
					<dl>
12
						<dt><label for="">タイトル</label></dt>
13
						<dd><input type="text" name="title" value="" id="" placeholder="タイトル" /></dd>
14
						<dt><label for="">せつめい</label></dt>
15
						<dd><textarea name="description" value="" id="" placeholder="せつめい" /></textarea></dd>
16
					</dl>
17
				</section>
18
				<section class="button_area01">
19
					<a href="index.html"><p class="button btn_back02"></p></a>
20
					<a href="save_check.html"><p class="button btn_check02"></p></a>
21
				</section>
22
		</article>
23
	</main>