Koha/koha-tmpl/intranet-tmpl/prog/en/modules/sms/sms-home.tmpl
Joshua Ferraro 76064f4623 adding SMS stuff so we don't forget about it
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 21:21:20 -05:00

40 lines
1.1 KiB
Cheetah
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>SMS Administration</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
</head>
<body>
<!-- TMPL_INCLUDE NAME="header.inc" -->
<div id="doc3" class="yui-t2">
<div id="bd">
<div id="yui-main">
<div class="yui-b"><div class="yui-g">
<h1>NEULIS SMS Administration</h1>
<table>
<caption>SMS Messaging </caption>
<!--TMPL_IF NAME="error"--><div class="error"><!--TMPL_VAR NAME="error"--> </div><!--/TMPL_IF-->
<form action="/cgi-bin/koha/sms/sms.pl" method="post">
<tr><input type="hidden" value="sendsms" name="operation"/>
<td >Your Message<textarea name="message" cols="35" rows="4"><!--TMPL_VAR NAME="message"--></textarea></td>
</tr>
<tr>
<td>Phone:<input type="text" name="phone" value="<!--TMPL_VAR NAME="phone"-->"/>5338644143</th>
</tr>
<tr>
<td><input type="submit" value="Send SMS"></td>
</tr>
</form>
<th>Şu anda sadece KTcell abonelerine mesaj gönderilebilir. Rezervasyonu gelenler için kullanın!</th>
</table>
</div>
</div>
</div>
<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
<!-- TMPL_INCLUDE name="intranet-bottom.inc" -->