Subversion Repositories ALCASAR

Rev

Rev 2348 | Rev 2817 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2348 Rev 2350
Line 133... Line 133...
133
	<tr><td align=center bgcolor="#d0ddb0">
133
	<tr><td align=center bgcolor="#d0ddb0">
134
	<b>$l_remain_time</b>
134
	<b>$l_remain_time</b>
135
	</td><td>
135
	</td><td>
136
	$msg
136
	$msg
137
	</td></tr>
137
	</td></tr>
-
 
138
EOM;
-
 
139
 
-
 
140
if ((!empty($descr)) && ($descr !== '-')) {
-
 
141
	print <<<EOM
138
	<tr><td align=center bgcolor="#d0ddb0">
142
		<tr><td align=center bgcolor="#d0ddb0">
139
	<b>$l_description</b>
143
		<b>$l_description</b>
140
	</td><td>
144
		</td><td>
141
	$descr
145
		$descr
142
	</td></tr>
146
		</td></tr>
-
 
147
EOM;
-
 
148
}
-
 
149
 
-
 
150
print <<<EOM
143
	</table>
151
	</table>
144
	</table>
152
	</table>
145
</table>
153
</table>
146
 
-
 
147
EOM;
154
EOM;
148
 
155
 
149
if (is_file("../lib/$config[general_lib_type]/password_check.php"))
156
if (is_file("../lib/$config[general_lib_type]/password_check.php"))
150
	include("../lib/$config[general_lib_type]/password_check.php");
157
	include("../lib/$config[general_lib_type]/password_check.php");
151
 
158