mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-05-13 05:15:45 +01:00
use HTML entities for box drawing
This commit is contained in:
parent
0dbeadc472
commit
8688544aec
handbook
@ -77,46 +77,46 @@ digitally for your first cave, don't. Use the paper process first, then when you
|
|||||||
the overall process, look at the <a href="pdanotes.html">PDA additional notes</a>.
|
the overall process, look at the <a href="pdanotes.html">PDA additional notes</a>.
|
||||||
|
|
||||||
<h3>The Process in brief</h3>
|
<h3>The Process in brief</h3>
|
||||||
<code><textarea id="steps" rows="39" cols="60">
|
<code><textarea id="steps" rows="41" cols="60">
|
||||||
New cave process
|
New cave process
|
||||||
│
|
│
|
||||||
├── 1 Creating a new cave in the online system
|
├── 1 Creating a new cave in the online system
|
||||||
│ ├── Prospecting introduction
|
│ ├── Prospecting introduction
|
||||||
│ ├── Survey handbook
|
│ ├── Survey handbook
|
||||||
│ ├── Cave Surveying training course slidepack
|
│ ├── Cave Surveying training course slidepack
|
||||||
│ ├── Logbook write-up
|
│ ├── Logbook write-up
|
||||||
│ ├── GPS track upload
|
│ ├── GPS track upload
|
||||||
│ ├── list of outstanding survey tasks
|
│ ├── list of outstanding survey tasks
|
||||||
│ ├── PDA additional notes
|
│ ├── PDA additional notes
|
||||||
│ └── How to use the scanner
|
│ └── How to use the scanner
|
||||||
├── 2 Creating a new survey wallet
|
├── 2 Creating a new survey wallet
|
||||||
│ ├── New cave data sheet
|
│ ├── New cave data sheet
|
||||||
│ └── Maintaining the online wallets
|
│ └── Maintaining the online wallets
|
||||||
├── 3 Creating a new survex file
|
├── 3 Creating a new survex file
|
||||||
│ ├── How to create a survex file - PDF - Brendan's guide
|
│ ├── How to create a survex file - PDF - Brendan's guide
|
||||||
│ ├── From muddy book to survex plot
|
│ ├── From muddy book to survex plot
|
||||||
│ └── Adding QMs (Question Marks)
|
│ └── Adding QMs (Question Marks)
|
||||||
├── 4 Drawing up your survey
|
├── 4 Drawing up your survey
|
||||||
│ ├── How to use Tunnel - PDF - Brendan's guide
|
│ ├── How to use Tunnel - PDF - Brendan's guide
|
||||||
│ ├── Guide to using Tunnel - PDF - David Loeffler's guide
|
│ ├── Guide to using Tunnel - PDF - David Loeffler's guide
|
||||||
│ ├── Upload Drawings form
|
│ ├── Upload Drawings form
|
||||||
│ ├── the Uploads Folder
|
│ ├── the Uploads Folder
|
||||||
│ ├── uploads/my_new_subfolder
|
│ ├── uploads/my_new_subfolder
|
||||||
│ └── Cave Mapping - Sketching the Detail
|
│ └── Cave Mapping - Sketching the Detail
|
||||||
├── 5 New rigging guide
|
├── 5 New rigging guide
|
||||||
├── 6 Creating a new cave in the online system
|
├── 6 Creating a new cave in the online system
|
||||||
│ ├── new cave file method
|
│ ├── new cave file method
|
||||||
│ │ ├──cave_data template
|
│ │ ├──cave_data template
|
||||||
│ │ └──entrance_data template
|
│ │ └──entrance_data template
|
||||||
│ ├── New Cave form
|
│ ├── New Cave form
|
||||||
│ ├── Edit this cave
|
│ ├── Edit this cave
|
||||||
│ └── the full list of data-entry fields
|
│ └── the full list of data-entry fields
|
||||||
├── 7 Creating a new entrance in the online system
|
├── 7 Creating a new entrance in the online system
|
||||||
│ └── Entrance entry page fields
|
│ └── Entrance entry page fields
|
||||||
│ ├──cave_data template
|
│ ├──cave_data template
|
||||||
│ └──entrance_data template
|
│ └──entrance_data template
|
||||||
├── 8 Next steps
|
├── 8 Next steps
|
||||||
│
|
│
|
||||||
Back in the UK</textarea></code>
|
Back in the UK</textarea></code>
|
||||||
|
|
||||||
<p>Now go the the next page [2] in this sequence <a href="newwallet.html">Creating a new survey wallet"</a>.
|
<p>Now go the the next page [2] in this sequence <a href="newwallet.html">Creating a new survey wallet"</a>.
|
||||||
|
@ -17,38 +17,38 @@ of the website. Note that the webserver (apache) presents many more apparent fol
|
|||||||
42 subfolders from <var>1976</var> to <var>2019</var>.
|
42 subfolders from <var>1976</var> to <var>2019</var>.
|
||||||
<code><textarea id="folders" rows="30" cols="30">
|
<code><textarea id="folders" rows="30" cols="30">
|
||||||
expoweb (repo)
|
expoweb (repo)
|
||||||
├── 1623
|
├── 1623
|
||||||
├── 1626
|
├── 1626
|
||||||
├── cave_data
|
├── cave_data
|
||||||
├── css
|
├── css
|
||||||
├── documents
|
├── documents
|
||||||
├── entrance_data
|
├── entrance_data
|
||||||
├── folk
|
├── folk
|
||||||
├── gallery
|
├── gallery
|
||||||
├── handbook
|
├── handbook
|
||||||
│ ├── computing
|
│ ├── computing
|
||||||
│ ├── festering
|
│ ├── festering
|
||||||
│ ├── i
|
│ ├── i
|
||||||
│ ├── l
|
│ ├── l
|
||||||
│ ├── putty
|
│ ├── putty
|
||||||
│ ├── rig
|
│ ├── rig
|
||||||
│ ├── survey
|
│ ├── survey
|
||||||
│ ├── t
|
│ ├── t
|
||||||
│ └── troggle
|
│ └── troggle
|
||||||
├── images
|
├── images
|
||||||
├── map
|
├── map
|
||||||
├── maps
|
├── maps
|
||||||
├── noinfo
|
├── noinfo
|
||||||
├── others
|
├── others
|
||||||
├── pending
|
├── pending
|
||||||
├── photos
|
├── photos
|
||||||
├── piclinks
|
├── piclinks
|
||||||
├── scripts
|
├── scripts
|
||||||
├── signup
|
├── signup
|
||||||
├── templates
|
├── templates
|
||||||
├── tinypix
|
├── tinypix
|
||||||
├── topos
|
├── topos
|
||||||
└── years</textarea></code>
|
└── years</textarea></code>
|
||||||
|
|
||||||
<p>The handbook illustrates the i/t/l idiom whereby an image file (i) is displayed with a paragraph of text as an HTML file (l) and there is a thumbnail image (t) which is included in another document, e.g. see <a href="../../1623/walkin.htm">the photographic guide to the walk from the toll road car park</a>.
|
<p>The handbook illustrates the i/t/l idiom whereby an image file (i) is displayed with a paragraph of text as an HTML file (l) and there is a thumbnail image (t) which is included in another document, e.g. see <a href="../../1623/walkin.htm">the photographic guide to the walk from the toll road car park</a>.
|
||||||
|
|
||||||
@ -91,74 +91,74 @@ in the user folder for the user <var>expo</var> i.e. in
|
|||||||
<br>/home/user/expo:
|
<br>/home/user/expo:
|
||||||
<code><textarea id="folders" rows="30" cols="40">
|
<code><textarea id="folders" rows="30" cols="40">
|
||||||
expo
|
expo
|
||||||
├── boe
|
├── boe
|
||||||
│ └── ...
|
│ └── ...
|
||||||
├── cuccfiles
|
├── cuccfiles
|
||||||
│ └── ...
|
│ └── ...
|
||||||
├── loser (repo)
|
├── loser (repo)
|
||||||
│ ├── caves
|
│ ├── caves
|
||||||
│ ├── caves-1623
|
│ ├── caves-1623
|
||||||
│ ├── caves-1624
|
│ ├── caves-1624
|
||||||
│ ├── caves-1626
|
│ ├── caves-1626
|
||||||
│ ├── caves-1627
|
│ ├── caves-1627
|
||||||
│ ├── docs
|
│ ├── docs
|
||||||
│ ├── fixedpts
|
│ ├── fixedpts
|
||||||
│ ├── gpx
|
│ ├── gpx
|
||||||
│ ├── kataster
|
│ ├── kataster
|
||||||
│ ├── qms
|
│ ├── qms
|
||||||
│ ├── routes
|
│ ├── routes
|
||||||
│ ├── surface
|
│ ├── surface
|
||||||
│ └── template
|
│ └── template
|
||||||
├── drawings (repo)
|
├── drawings (repo)
|
||||||
│ ├── 107
|
│ ├── 107
|
||||||
│ ├── 161
|
│ ├── 161
|
||||||
│ ├── 2010-03
|
│ ├── 2010-03
|
||||||
│ ├── 2011-01
|
│ ├── 2011-01
|
||||||
│ ├── 2014-ms-14
|
│ ├── 2014-ms-14
|
||||||
│ ├── 2014-neo-01
|
│ ├── 2014-neo-01
|
||||||
│ ├── 2014-sd-01
|
│ ├── 2014-sd-01
|
||||||
│ ├── 2015-mf-06 Purple Lupin Cave
|
│ ├── 2015-mf-06 Purple Lupin Cave
|
||||||
│ ├── 2017-cucc-23
|
│ ├── 2017-cucc-23
|
||||||
│ ├── 2017-cucc-24
|
│ ├── 2017-cucc-24
|
||||||
│ ├── 2017-cucc-28
|
│ ├── 2017-cucc-28
|
||||||
│ ├── 2017-gmh
|
│ ├── 2017-gmh
|
||||||
│ ├── 2017-pw-01
|
│ ├── 2017-pw-01
|
||||||
│ ├── 204
|
│ ├── 204
|
||||||
│ ├── 234
|
│ ├── 234
|
||||||
│ ├── 264-and-258
|
│ ├── 264-and-258
|
||||||
│ ├── minorCavesNear204
|
│ ├── minorCavesNear204
|
||||||
│ ├── oldframes
|
│ ├── oldframes
|
||||||
│ ├── oldframes2016
|
│ ├── oldframes2016
|
||||||
│ ├── styles
|
│ ├── styles
|
||||||
│ └── therion
|
│ └── therion
|
||||||
├── expoweb (repo)
|
├── expoweb (repo)
|
||||||
│ └── [see above]
|
│ └── [see above]
|
||||||
├── troggle (repo)
|
├── troggle (repo)
|
||||||
│ ├── core
|
│ ├── core
|
||||||
│ ├── debian
|
│ ├── debian
|
||||||
│ ├── docker
|
│ ├── docker
|
||||||
│ ├── docsEtc
|
│ ├── docsEtc
|
||||||
│ ├── export
|
│ ├── export
|
||||||
│ ├── flatpages
|
│ ├── flatpages
|
||||||
│ ├── helper
|
│ ├── helper
|
||||||
│ ├── imagekit
|
│ ├── imagekit
|
||||||
│ ├── media
|
│ ├── media
|
||||||
│ ├── parsers
|
│ ├── parsers
|
||||||
│ ├── profiles
|
│ ├── profiles
|
||||||
│ ├── templates
|
│ ├── templates
|
||||||
│ └── wiki
|
│ └── wiki
|
||||||
├── static
|
├── static
|
||||||
│ └── ...
|
│ └── ...
|
||||||
├── repositories
|
├── repositories
|
||||||
│ ├── cvs
|
│ ├── cvs
|
||||||
│ ├── git
|
│ ├── git
|
||||||
│ └── hg
|
│ └── hg
|
||||||
├── expofiles
|
├── expofiles
|
||||||
│ └── ...
|
│ └── ...
|
||||||
├── expofiles-private
|
├── expofiles-private
|
||||||
│ └── ...
|
│ └── ...
|
||||||
└── webphotos
|
└── webphotos
|
||||||
└── ...</textarea></code>
|
└── ...</textarea></code>
|
||||||
|
|
||||||
<h4 id="expofiles">expofiles</a></h3>
|
<h4 id="expofiles">expofiles</a></h3>
|
||||||
|
|
||||||
@ -167,191 +167,191 @@ expo
|
|||||||
|
|
||||||
<code><textarea id="folders" rows="30" cols="40">
|
<code><textarea id="folders" rows="30" cols="40">
|
||||||
expofiles
|
expofiles
|
||||||
├── accounts
|
├── accounts
|
||||||
│ ├── 2016
|
│ ├── 2016
|
||||||
│ ├── 2017
|
│ ├── 2017
|
||||||
│ ├── misery
|
│ ├── misery
|
||||||
│ └── policy
|
│ └── policy
|
||||||
├── aerial_photos
|
├── aerial_photos
|
||||||
├── defaults
|
├── defaults
|
||||||
├── documents
|
├── documents
|
||||||
│ ├── 2014kataster_applications
|
│ ├── 2014kataster_applications
|
||||||
│ ├── 2020-expo-planning
|
│ ├── 2020-expo-planning
|
||||||
│ ├── DistoX
|
│ ├── DistoX
|
||||||
│ ├── GPF
|
│ ├── GPF
|
||||||
│ ├── SAP
|
│ ├── SAP
|
||||||
│ ├── austria-1984
|
│ ├── austria-1984
|
||||||
│ ├── bierbook
|
│ ├── bierbook
|
||||||
│ ├── cave_science_articles
|
│ ├── cave_science_articles
|
||||||
│ ├── excursions2018
|
│ ├── excursions2018
|
||||||
│ ├── grants
|
│ ├── grants
|
||||||
│ ├── hardware
|
│ ├── hardware
|
||||||
│ ├── proc.ubss
|
│ ├── proc.ubss
|
||||||
│ ├── surveying
|
│ ├── surveying
|
||||||
│ ├── troggle
|
│ ├── troggle
|
||||||
│ ├── tshirts
|
│ ├── tshirts
|
||||||
│ └── website-link-checks
|
│ └── website-link-checks
|
||||||
├── geotiffsurveys
|
├── geotiffsurveys
|
||||||
│ └── qgis-examples
|
│ └── qgis-examples
|
||||||
├── geotiffsurveys_backup
|
├── geotiffsurveys_backup
|
||||||
│ └── qgis-examples
|
│ └── qgis-examples
|
||||||
├── gpslogs
|
├── gpslogs
|
||||||
│ ├── 2017
|
│ ├── 2017
|
||||||
│ ├── 2018
|
│ ├── 2018
|
||||||
│ ├── 2019
|
│ ├── 2019
|
||||||
│ ├── OpenStreetMap
|
│ ├── OpenStreetMap
|
||||||
│ └── essentials
|
│ └── essentials
|
||||||
├── location_maps
|
├── location_maps
|
||||||
├── photos
|
├── photos
|
||||||
│ ├── 1978
|
│ ├── 1978
|
||||||
│ ├── 1981
|
│ ├── 1981
|
||||||
│ ├── 1982
|
│ ├── 1982
|
||||||
│ ├── 1983
|
│ ├── 1983
|
||||||
│ ├── 1997
|
│ ├── 1997
|
||||||
│ ├── 1999
|
│ ├── 1999
|
||||||
│ ├── 2004
|
│ ├── 2004
|
||||||
│ ├── 2005
|
│ ├── 2005
|
||||||
│ ├── 2007
|
│ ├── 2007
|
||||||
│ ├── 2008
|
│ ├── 2008
|
||||||
│ ├── 2009
|
│ ├── 2009
|
||||||
│ ├── 2010
|
│ ├── 2010
|
||||||
│ ├── 2011
|
│ ├── 2011
|
||||||
│ ├── 2012
|
│ ├── 2012
|
||||||
│ ├── 2013
|
│ ├── 2013
|
||||||
│ ├── 2014
|
│ ├── 2014
|
||||||
│ ├── 2015
|
│ ├── 2015
|
||||||
│ ├── 2016
|
│ ├── 2016
|
||||||
│ ├── 2017
|
│ ├── 2017
|
||||||
│ ├── 2018
|
│ ├── 2018
|
||||||
│ ├── 2019
|
│ ├── 2019
|
||||||
│ ├── OriginalPhotoCD-png
|
│ ├── OriginalPhotoCD-png
|
||||||
│ ├── WinklerChapterPhotos
|
│ ├── WinklerChapterPhotos
|
||||||
│ └── kletteratlas
|
│ └── kletteratlas
|
||||||
├── presentations
|
├── presentations
|
||||||
│ ├── CroatiaTrip2019
|
│ ├── CroatiaTrip2019
|
||||||
│ ├── HiddenEarth
|
│ ├── HiddenEarth
|
||||||
│ ├── SpeleoAustria
|
│ ├── SpeleoAustria
|
||||||
│ ├── location_maps
|
│ ├── location_maps
|
||||||
│ ├── misc_2018-2019
|
│ ├── misc_2018-2019
|
||||||
│ └── test3js
|
│ └── test3js
|
||||||
├── qgis_projects
|
├── qgis_projects
|
||||||
├── qgis_resources
|
├── qgis_resources
|
||||||
│ ├── centreline-data
|
│ ├── centreline-data
|
||||||
│ ├── country_borders
|
│ ├── country_borders
|
||||||
│ └── terrain
|
│ └── terrain
|
||||||
├── rigging_topos
|
├── rigging_topos
|
||||||
│ ├── 107
|
│ ├── 107
|
||||||
│ ├── 204
|
│ ├── 204
|
||||||
│ ├── 258
|
│ ├── 258
|
||||||
│ ├── 264
|
│ ├── 264
|
||||||
│ ├── 76
|
│ ├── 76
|
||||||
│ ├── rigging-guides-found-in-hut-2019
|
│ ├── rigging-guides-found-in-hut-2019
|
||||||
│ └── rigging_topos2017-18
|
│ └── rigging_topos2017-18
|
||||||
├── surveys
|
├── surveys
|
||||||
│ ├── 107
|
│ ├── 107
|
||||||
│ ├── 148
|
│ ├── 148
|
||||||
│ ├── 161
|
│ ├── 161
|
||||||
│ ├── 1987-02
|
│ ├── 1987-02
|
||||||
│ ├── 2004-01
|
│ ├── 2004-01
|
||||||
│ ├── 2004-03
|
│ ├── 2004-03
|
||||||
│ ├── 2007-71
|
│ ├── 2007-71
|
||||||
│ ├── 204
|
│ ├── 204
|
||||||
│ ├── 234
|
│ ├── 234
|
||||||
│ ├── 258
|
│ ├── 258
|
||||||
│ ├── 258_and_264
|
│ ├── 258_and_264
|
||||||
│ ├── 264
|
│ ├── 264
|
||||||
│ ├── 267
|
│ ├── 267
|
||||||
│ ├── 271
|
│ ├── 271
|
||||||
│ ├── 40
|
│ ├── 40
|
||||||
│ ├── 76
|
│ ├── 76
|
||||||
│ ├── drafts
|
│ ├── drafts
|
||||||
│ ├── junk
|
│ ├── junk
|
||||||
│ ├── minisurveys2012
|
│ ├── minisurveys2012
|
||||||
│ ├── minisurveys2014
|
│ ├── minisurveys2014
|
||||||
│ ├── minisurveys2016
|
│ ├── minisurveys2016
|
||||||
│ ├── minisurveys2017
|
│ ├── minisurveys2017
|
||||||
│ ├── minisurveys2018
|
│ ├── minisurveys2018
|
||||||
│ ├── overview
|
│ ├── overview
|
||||||
│ ├── smkhs
|
│ ├── smkhs
|
||||||
│ └── tunnocks
|
│ └── tunnocks
|
||||||
├── surveyscans
|
├── surveyscans
|
||||||
│ ├── 1975
|
│ ├── 1975
|
||||||
│ ├── 1983
|
│ ├── 1983
|
||||||
│ ├── 1984
|
│ ├── 1984
|
||||||
│ ├── 1989LUSS
|
│ ├── 1989LUSS
|
||||||
│ ├── 1989surveybook
|
│ ├── 1989surveybook
|
||||||
│ ├── 1991surveybook
|
│ ├── 1991surveybook
|
||||||
│ ├── 1992-94Surveybookkh
|
│ ├── 1992-94Surveybookkh
|
||||||
│ ├── 1994
|
│ ├── 1994
|
||||||
│ ├── 1995-96kh
|
│ ├── 1995-96kh
|
||||||
│ ├── 1996-1999NotKHbook
|
│ ├── 1996-1999NotKHbook
|
||||||
│ ├── 1997-99kh
|
│ ├── 1997-99kh
|
||||||
│ ├── 1999
|
│ ├── 1999
|
||||||
│ ├── 2000
|
│ ├── 2000
|
||||||
│ ├── 2001
|
│ ├── 2001
|
||||||
│ ├── 2002
|
│ ├── 2002
|
||||||
│ ├── 2003
|
│ ├── 2003
|
||||||
│ ├── 2004
|
│ ├── 2004
|
||||||
│ ├── 2005
|
│ ├── 2005
|
||||||
│ ├── 2006
|
│ ├── 2006
|
||||||
│ ├── 2007
|
│ ├── 2007
|
||||||
│ ├── 2008
|
│ ├── 2008
|
||||||
│ ├── 2009
|
│ ├── 2009
|
||||||
│ ├── 2010
|
│ ├── 2010
|
||||||
│ ├── 2011
|
│ ├── 2011
|
||||||
│ ├── 2012
|
│ ├── 2012
|
||||||
│ ├── 2013
|
│ ├── 2013
|
||||||
│ ├── 2014
|
│ ├── 2014
|
||||||
│ ├── 2015
|
│ ├── 2015
|
||||||
│ ├── 2016
|
│ ├── 2016
|
||||||
│ ├── 2017
|
│ ├── 2017
|
||||||
│ ├── 2018
|
│ ├── 2018
|
||||||
│ ├── 2019
|
│ ├── 2019
|
||||||
│ ├── 2021
|
│ ├── 2021
|
||||||
│ └── 90Surveybookkh
|
│ └── 90Surveybookkh
|
||||||
├── terrain
|
├── terrain
|
||||||
├── training-info
|
├── training-info
|
||||||
├── tunnelwiki
|
├── tunnelwiki
|
||||||
│ ├── pdf
|
│ ├── pdf
|
||||||
│ ├── skins
|
│ ├── skins
|
||||||
│ ├── training-info
|
│ ├── training-info
|
||||||
│ ├── uploads
|
│ ├── uploads
|
||||||
│ └── wiki
|
│ └── wiki
|
||||||
├── uploads
|
├── uploads
|
||||||
├── video
|
├── video
|
||||||
│ ├── 2004
|
│ ├── 2004
|
||||||
│ ├── 2007
|
│ ├── 2007
|
||||||
│ ├── 2009
|
│ ├── 2009
|
||||||
│ ├── 2010
|
│ ├── 2010
|
||||||
│ ├── 2011
|
│ ├── 2011
|
||||||
│ ├── 2012
|
│ ├── 2012
|
||||||
│ ├── 2013
|
│ ├── 2013
|
||||||
│ ├── 2014
|
│ ├── 2014
|
||||||
│ ├── 2016
|
│ ├── 2016
|
||||||
│ ├── 2017
|
│ ├── 2017
|
||||||
│ ├── 2018
|
│ ├── 2018
|
||||||
│ └── 2019
|
│ └── 2019
|
||||||
└── writeups
|
└── writeups
|
||||||
├── 1992
|
├── 1992
|
||||||
├── 1993
|
├── 1993
|
||||||
├── 1994
|
├── 1994
|
||||||
├── 1999
|
├── 1999
|
||||||
├── 2000
|
├── 2000
|
||||||
├── 2003
|
├── 2003
|
||||||
├── 2007
|
├── 2007
|
||||||
├── 2008
|
├── 2008
|
||||||
├── 2009
|
├── 2009
|
||||||
├── 2010
|
├── 2010
|
||||||
├── 2011
|
├── 2011
|
||||||
├── 2012
|
├── 2012
|
||||||
├── 2013
|
├── 2013
|
||||||
├── 2014
|
├── 2014
|
||||||
├── 2015
|
├── 2015
|
||||||
├── 2016
|
├── 2016
|
||||||
├── 2017
|
├── 2017
|
||||||
├── 2018
|
├── 2018
|
||||||
├── 2019
|
├── 2019
|
||||||
└── 2021</textarea></code>
|
└── 2021</textarea></code>
|
||||||
|
|
||||||
<h3 id="js">Javascript</a></h3>
|
<h3 id="js">Javascript</a></h3>
|
||||||
There are javascript packages installed directly on the operating system on the server, i.e. in<br>
|
There are javascript packages installed directly on the operating system on the server, i.e. in<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user