View previous topic :: View next topic
Author
Message
Please Register and Login to this forum to stop seeing this advertsing.
Add Karma You have been rated
You have been rated by people
Add Comment
Show Comments
Posted: Post subject:
Back to top
admin Site Admin Joined: 07 Dec 2006 Posts: 414
Add Karma You have been rated
You have been rated by 4 people
Add Comment
Show Comments
Posted: Tue Sep 16, 2008 10:22 pm Post subject: Flights Code ETC
flightsimva.myfanforum.org
My new Virtual Airline discussions and webpage area. Relative to Flightsimforum.myfanforum.org will need loads of time to finish. Cheers
Code: <body>
<a name="top"></a>
<table width="934" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline"><table width="934" border="0" align="center" cellpadding="0" cellspacing="0" background="templates/myfa_flightsimva2/images/top.gif">
<tr>
<td height="32" align="left" valign="middle"> <a href="{U_PRIVATEMSGS}" class="headertextw">{PRIVATE_MESSAGE_INFO}</a> <img src="{PRIVMSG_IMG}" border="0" align="absmiddle" />
</td>
<td height="32" align="right" valign="middle">
<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
<span class="headertextw">{L_USERNAME}:</span>
<input name="username" type="text" class="inputmod" size="12" maxlength="25" />
<span class="headertextw">{L_PASSWORD}:</span>
<input class="inputmod" type="password" name="password" size="12" maxlength="32" />
<!-- BEGIN switch_allow_autologin -->
<input name="autologin" type="hidden" class="text" checked="checked" />
<!-- END switch_allow_autologin -->
<input type="submit" class="login" name="login" value="Log in" />
</form>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<a href="{U_LOGIN_LOGOUT}" class="headertextw">{L_LOGIN_LOGOUT}</a>
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
<table width="934" border="0" align="center" cellpadding="0" cellspacing="0" background="templates/myfa_flightsimva2/images/mid.jpg">
<tr>
<td height="79"> <span class="sitename"><a href="{U_INDEX}" class="sitename">{SITENAME}</a></span><br />
<span class="headertextw">{SITE_DESCRIPTION}</span></td>
<td height="79" align="right">
<!-- BEGIN switch_user_logged_in -->
<form name="search_block" method="post" action="{U_SEARCH}" onSubmit="return checkSearch()">
<input class="inputmod" value="Search..." onFocus="if(this.value==this.defaultValue)this.value='';" onBlur="if(this.value=='')this.value=this.defaultValue;" type="text" name="search_keywords" size="22" />
<input type="hidden" name="search_fields" value="all" />
<input class="image" name="submit" type="image" src="templates/myfa_flightsimva2/images/search.gif" align="absmiddle" />
<input type="hidden" name="show_results" value="topics" />
</form>
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
Back to top
admin Site Admin Joined: 07 Dec 2006 Posts: 414
Add Karma You have been rated
You have been rated by 4 people
Add Comment
Show Comments
Posted: Tue Sep 16, 2008 10:24 pm Post subject:
My Code For This Forum
Code: <body>
<a name="top"></a>
<table width="934" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline"><table width="934" border="0" align="center" cellpadding="0" cellspacing="0" background="templates/myfs_ultimatechatterboxforum3/images/top.gif">
<tr>
<td height="32" align="left" valign="middle"> <a href="{U_PRIVATEMSGS}" class="headertextw">{PRIVATE_MESSAGE_INFO}</a> <img src="{PRIVMSG_IMG}" border="0" align="absmiddle" />
</td>
<td height="32" align="right" valign="middle">
<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
<span class="headertextw">{L_USERNAME}:</span>
<input name="username" type="text" class="inputmod" size="12" maxlength="25" />
<span class="headertextw">{L_PASSWORD}:</span>
<input class="inputmod" type="password" name="password" size="12" maxlength="32" />
<!-- BEGIN switch_allow_autologin -->
<input name="autologin" type="hidden" class="text" checked="checked" />
<!-- END switch_allow_autologin -->
<input type="submit" class="login" name="login" value="Log in" />
</form>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<a href="{U_LOGIN_LOGOUT}" class="headertextw">{L_LOGIN_LOGOUT}</a>
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
<table width="934" border="0" align="center" cellpadding="0" cellspacing="0" background="templates/myfs_ultimatechatterboxforum3/images/mid.jpg">
<tr>
<td height="79"> <span class="sitename"><a href="{U_INDEX}" class="sitename">{SITENAME}</a></span><br />
<span class="headertextw">{SITE_DESCRIPTION}</span></td>
<td height="79" align="right">
<!-- BEGIN switch_user_logged_in -->
<form name="search_block" method="post" action="{U_SEARCH}" onSubmit="return checkSearch()">
<input class="inputmod" value="Search..." onFocus="if(this.value==this.defaultValue)this.value='';" onBlur="if(this.value=='')this.value=this.defaultValue;" type="text" name="search_keywords" size="22" />
<input type="hidden" name="search_fields" value="all" />
<input class="image" name="submit" type="image" src="templates/myfs_ultimatechatterboxforum3/images/search.gif" align="absmiddle" />
<input type="hidden" name="show_results" value="topics" />
</form>
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
Back to top