Demo page Ramui webblog
This is a "dark" template demo page. This is a table based template. You can edit this template,
- by using template editor inside your control panel.
- Download files /fw_blog/templates/dark/ from your blog root, edit them and upload again using FTP program.
//Sample code block
<div style="padding: 10px 0px; background: #ffffff ;width:400px;">
<div style="clear:both;">
<table id="fw_contact" border="0" cellspacing="2px">
<tbody>
<tr>
<td><sup>*</sup>Your name:</td>
<td><input id="fw_contact_name" class="fw_text" name="name" type="text" /></td>
</tr>
<tr>
<td><sup>*</sup>Your e-mail:</td>
<td><input id="fw_contact_from" class="fw_text" name="from" type="text" /></td>
</tr>
<tr>
<td>Subject:</td>
<td><input id="fw_contact_subject" class="fw_text" name="subject" type="text" /></td>
</tr>
<tr>
<td><sup>*</sup>Message:</td>
<td><textarea id="fw_contact_message" class="fw_text" cols="20" rows="1" name="message" style="height:150px;"></textarea></td>
</tr>
<tr>
<td><sup>*</sup>Type verification image:</td>
<td><input id="fw_contact_captcha" class="fw_text" style="margin:0; padding:0; vertical-align:top; width:80px;" name="captcha_code" type="text" />
<img style="border: medium none; padding: 0px; width: 60px;" src="mail/securityimage.php" alt="verification image" /></td>
</tr>
</tbody></table>
<input class="fw_button" onclick="fw_mail()" name="Submit" type="button" value="Send Message" />
<p style="color:#c0c0c0; margin:10px 0 5px 0px; text-align:left;">___________________________
<span style="color:#808080; font-size:10px; margin-left:5px;">PHP contact-form copyright <a href="http://ramui.com">ramui.com</a></span>
</div>
</div>
The navigation menu
The menu I use here (at the left sidebar) is JavaScript menu. You can select
different menu type by clicking "settings" icon at your admin panel.
Fro more information please read Handling
menu.
Top Story: There are lots of site offering you free sub domain under their domain. But many of them are only URL redirection service. Below, I list some sites which offer free subdomain with full DSN control Read comments | Add comment To discuss about sorting of PHP array you need to know the following PHP functions. They are sort(), asort(), natsort(), natcasesort(), ksort(), rsort(), arsort(), krsort() Read comments | Add comment
|