Source for file news_new.tpl.php
Documentation is available at news_new.tpl.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="en" />
<link rel="stylesheet" href="style.css" type="text/css" media="all" />
<table id="table3" cellspacing="0" cellpadding="0">
<table id="table4" cellspacing="0" cellpadding="0">
<td valign="top" width="130">
<table width="108" border="0" cellspacing="0" cellpadding="0" name="navigation">
<td colspan="2" height="40"> </td>
<td width="108" nowrap="nowarp"><a href="news_new.php">Write news </a></td>
<td width="108" nowrap="nowarp"><a href="news_change.php">Change / delete news</a></td>
<td width="108" nowrap="nowarp"><a href="news_view.php">View news</a></td>
<td colspan="2" style="height: 100px;"> </td>
<td colspan="2" align="center">
<table width="108" border="0" cellspacing="0" cellpadding="0">
<td rowspan="2" valign="top"> </td>
<td><font style="font-size: 10px;">{user}</span></td>
<td colspan="2" height="40"><span style="font-size: 10px;">Last login:<br />{lastLogin}</span></td>
<td colspan="2" height="40"><span style="font-size: 10px;"><a href="news_new.php?logout=1">Logout</a></span></td>
<td valign="top" width="500">
<h1 class="center">write news</h1>
<form action="{form_action}" method="POST">
<table style="width: 450; border: 0px;" cellpadding="0" cellspacing="5">
<textarea name="news" cols="40" rows="6">{message}</textarea>
<input type="text" name="valid_to" maxlength="2" value="{valid}" size="4" /> Weeks</td>
<td><b>For Group:</b></td>
<select name="group_id" size="1">
<!-- BEGIN choose_group -->
<option value="{value}" {selected}>{label}</option>
<!-- END choose_group -->
<td colspan="2"> </td>
<input type="submit" name="Button" value="Send" />
<!-- BEGIN button_abort -->
<input type="submit" name="Button2" value="Abort" />
<!-- END button_abort -->
<input type="hidden" name="group_id" value="{group_id}" />
<input type="hidden" name="news_id" value="{news_id}" />
<input type="hidden" name="action" value="change" />
Documentation generated on Mon, 11 Mar 2019 15:40:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|