adding SMS stuff so we don't forget about it
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / sms / sms-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>SMS Administration</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7
8 <div id="doc3" class="yui-t2">
9
10    <div id="bd">
11        <div id="yui-main">
12                <div class="yui-b"><div class="yui-g">
13 <h1>NEULIS SMS Administration</h1>
14
15
16 <table>
17 <caption>SMS Messaging </caption>
18 <!--TMPL_IF NAME="error"--><div class="error"><!--TMPL_VAR NAME="error"--> </div><!--/TMPL_IF-->
19 <form action="/cgi-bin/koha/sms/sms.pl" method="post">
20 <tr><input type="hidden" value="sendsms" name="operation"/>
21         <td >Your Message<textarea name="message"  cols="35" rows="4"><!--TMPL_VAR NAME="message"--></textarea></td>
22 </tr>
23 <tr>
24         <td>Phone:<input type="text" name="phone" value="<!--TMPL_VAR NAME="phone"-->"/>5338644143</th>
25         
26 </tr>
27         <tr>
28         
29         <td><input type="submit" value="Send SMS"></td>
30 </tr>
31 </form>
32
33 <th>Şu anda sadece KTcell abonelerine mesaj gönderilebilir. Rezervasyonu gelenler için kullanın!</th>
34
35 </table>
36 </div>
37 </div>
38     </div>
39 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
40 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->