Bug 17855: Simplify the onboarding tool
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / onboarding / onboardingstep1.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
3 [% INCLUDE 'installer-doc-head-close.inc' %]
4 [% INCLUDE 'datatables.inc' %]
5
6 <head><title>Welcome &rsaquo; to  &rsaquo; Koha</title></head>
7
8 <div>
9     <h1 id="logo"><img alt="Koha" src="[% interface %]/[% theme %]/img/koha.org-logo.gif"/> Welcome to Koha</h1>
10 </div>
11
12 [% INCLUDE 'onboarding_messages.inc' %]
13
14 <form name="LibraryCreation" method="post" action="onboarding.pl">
15     <fieldset class="rows" >
16          <h2>Create a library</h2>
17          <input type="hidden" name="step" value="1"/>
18          <input type="hidden" name="op" value="add_validate_library"/>
19          <ol>
20              <li>
21                 <label for="branchcode" class="required">Library code: </label>
22                 <input type="text"  pattern="[0-9A-Za-z]{1,10}" title="Please enter up to 10 letters and/or numbers" name="branchcode" id="branchcode" size="10" maxlength="10" value="" class="required" required="required" />
23                 <span class="required">Required</span>
24             </li>
25             <li>
26                 <label for="branchname" class="required">Name: </label>
27                 <input type="text" name="branchname" id="branchname" title="Please enter the name of your institution" size="42" value="" class="required" required="required" style="width:200px;">
28                 <span class="required">Required</span>
29             </li>
30          </ol>
31          <p>
32             To add another library and for more settings, <br>
33             go to:<br>
34             More -> Administration -> Libraries and groups<br>
35          </p>
36          <input type="submit" class="action" value="Submit"/>
37     </fieldset>
38 </form>