admin import now without template files
parent
cf20bc1c29
commit
3401c6f8b6
@ -1,106 +0,0 @@
|
|||||||
<form action="%link%&step=import" method="post">
|
|
||||||
<fieldset>
|
|
||||||
<h3>Rooms to create</h3>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>
|
|
||||||
Name
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
%rooms_new%
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h3>Rooms to delete</h3>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>
|
|
||||||
Name
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
%rooms_deleted%
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h3>Shifts to create</h3>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>
|
|
||||||
Day
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Start
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
End
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Name
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Room
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
%events_new%
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h3>Shifts to update</h3>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>
|
|
||||||
Day
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Start
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
End
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Name
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Room
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
%events_updated%
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h3>Shifts to delete</h3>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>
|
|
||||||
Day
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Start
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
End
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Name
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Room
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
%events_deleted%
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<input type="submit" name="submit" value="Submit" />
|
|
||||||
</fieldset>
|
|
||||||
</form>
|
|
@ -1,3 +0,0 @@
|
|||||||
<p class="success">
|
|
||||||
It's done!
|
|
||||||
</p>
|
|
@ -1,33 +0,0 @@
|
|||||||
<form action="%link%" method="post" enctype="multipart/form-data">
|
|
||||||
<fieldset>
|
|
||||||
%msg%
|
|
||||||
<p>
|
|
||||||
For Pentabarf import provide user/password and url-completion.
|
|
||||||
</p>
|
|
||||||
<p><label>Location:</label> %url%<input type="text" name="url" /></p>
|
|
||||||
<p>
|
|
||||||
<label>
|
|
||||||
User:
|
|
||||||
</label>
|
|
||||||
<input type="text" name="user" value="" />
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<label>
|
|
||||||
Password:
|
|
||||||
</label>
|
|
||||||
<input type="password" name="password" />
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Or provide a Xcal-file from pentabarf manually:
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<label>
|
|
||||||
Xcal-file:
|
|
||||||
</label>
|
|
||||||
<input type="file" name="xcal_file" />
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<input type="submit" name="submit" value="Submit" />
|
|
||||||
</p>
|
|
||||||
</fieldset>
|
|
||||||
</form>
|
|
Loading…
Reference in New Issue