| 123456789101112131415161718192021 |
- <legend>Add a Conversation</legend>
- <p>
- <label for="title"><strong>Title</strong> <em>(optional)</em></label>
- <input class="input-text" type="text" name="title" id="title" size="80" />
- </p>
- <input type="hidden" name="url" id="url" value="" />
- <p>
- <label for="description"><strong>Conversation</strong></label><br />
- <div style="color: rgb(136, 136, 136); margin-bottom: 10px; font-size: 10px;">
- <span style="font-weight: bold;">Example</span><br>
- <span style="font-style: italic;">
- Geek: Wow an open source tumblelog CMS!!.<br>
- Normal: Tumble... what??<br>
- Geek: Read the fucking wikipedia!!
- </span>
- </div>
- <textarea rows="12" cols="84" name="description" id="description"></textarea>
- </p>
- <input type="hidden" name="type" id="type" value="{type}" />
- <input type="hidden" name="date" id="date" value="{date}" />
- <input type="hidden" name="id_user" id="id_user" value="{id_user}" />
|