From 78cedb2070c7e9d4e4eb418ecde7b60ba428273f Mon Sep 17 00:00:00 2001 From: Wookey Date: Mon, 11 Jul 2011 02:10:22 +0100 Subject: remove all the DOS linefeeds --- templates/controlPanel.html | 312 ++++++++++++++++++++++---------------------- 1 file changed, 156 insertions(+), 156 deletions(-) (limited to 'templates/controlPanel.html') diff --git a/templates/controlPanel.html b/templates/controlPanel.html index efaee62..7d37887 100644 --- a/templates/controlPanel.html +++ b/templates/controlPanel.html @@ -1,157 +1,157 @@ -{% extends "base.html" %} -{% block content %} - -{% if jobs_completed %} -
- Just finished running: - - {% if settings.LOGFILE %}See the logfile at {{settings.LOGFILE}} for more information.{% endif %} - dismiss this message -
-{% endif %} - -{% if error %} -
- {{ error }} - dismiss this message -
-{% endif %} - - -
-

Wipe:

- - - -
Wipe entire database and recreate tables:
-
-

Import (non-destructive):

-
- - - - - - - - -
people from folk.csv using parsers\people.py
caves from cavetab2.csv using parsers\cavetab.py
logbook entries using parsers\logbooks.py
QMs using parsers\QMs.py
survey scans using parsers\surveys.py
survex data using parsers\survex.py
- - -

- - - -

-
- - -

Export to legacy formats:

- - - - - - - - - - - - - - - - - - - - - - - - - -
- Export onto serverExport and Download
- caves to cavetab2.csv - -
-

Overwrite the existing CAVETAB2.CSV file with one generated by Troggle.

- -
-
-
-

Download a CAVETAB2.CSV file which is dynamically generated by Troggle.

- -
-
- surveys to Surveys.csv - - - -
-

Download a logbook file which is dynamically generated by Troggle.

- -

- Expedition year: - -

- -

- Output style: - -

-

- -

-
-
- surveys to Surveys.csv - -
-

Overwrite the existing Surveys.csv file with one generated by Troggle.

- -
-
-
-

Download a Surveys.csv file which is dynamically generated by Troggle.

- -
-
qms to qms.csv -
- - - - Choose a cave. - - - -
-
- - +{% extends "base.html" %} +{% block content %} + +{% if jobs_completed %} +
+ Just finished running: + + {% if settings.LOGFILE %}See the logfile at {{settings.LOGFILE}} for more information.{% endif %} + dismiss this message +
+{% endif %} + +{% if error %} +
+ {{ error }} + dismiss this message +
+{% endif %} + + +
+

Wipe:

+ + + +
Wipe entire database and recreate tables:
+
+

Import (non-destructive):

+
+ + + + + + + + +
people from folk.csv using parsers\people.py
caves from cavetab2.csv using parsers\cavetab.py
logbook entries using parsers\logbooks.py
QMs using parsers\QMs.py
survey scans using parsers\surveys.py
survex data using parsers\survex.py
+ + +

+ + + +

+
+ + +

Export to legacy formats:

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ Export onto serverExport and Download
+ caves to cavetab2.csv + +
+

Overwrite the existing CAVETAB2.CSV file with one generated by Troggle.

+ +
+
+
+

Download a CAVETAB2.CSV file which is dynamically generated by Troggle.

+ +
+
+ surveys to Surveys.csv + + + +
+

Download a logbook file which is dynamically generated by Troggle.

+ +

+ Expedition year: + +

+ +

+ Output style: + +

+

+ +

+
+
+ surveys to Surveys.csv + +
+

Overwrite the existing Surveys.csv file with one generated by Troggle.

+ +
+
+
+

Download a Surveys.csv file which is dynamically generated by Troggle.

+ +
+
qms to qms.csv +
+ + + + Choose a cave. + + + +
+
+ + {% endblock %} \ No newline at end of file -- cgit v1.2.3