mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
remove iframes
This commit is contained in:
@@ -10,22 +10,26 @@
|
||||
<h2>SVX files referring to wallets and vice-versa</h2>
|
||||
<!-- you can edit this by any normal methods, either Edit This Page or using version control pull/edit/commit/push
|
||||
because the actual updated data is pulled in through the iframe -->
|
||||
Frames disabled so that we can enforce better security. All this to be properly trogglized...
|
||||
<p>
|
||||
"json" is the survex filename stated in the <code>2018#03/content.json</code> file in surveyscans/2018/ .
|
||||
<p>
|
||||
"svx" means that the survex file has a *ref field which states that the wallet folder holding the original notes is <code>2018#03</code>
|
||||
|
||||
<p>
|
||||
<textarea>
|
||||
<iframe name="erriframe" width="90%" height="45%"
|
||||
src="svx-refs.err.html" frameborder="1" ></iframe>
|
||||
</textarea>
|
||||
|
||||
<p>These validation concerns are generated by scripts check-svx.sh, check-refs.sh, check-refs.awk in the :loser: repository.
|
||||
See <a href="handbook/troggle/scriptsother.html">handbook "other scripts"</a> for further documentaiotn.
|
||||
See <a href="handbook/troggle/scriptscurrent.html#survex">handbook "other scripts"</a> for further documentaiotn.
|
||||
<p>These scripts and checks could all be done as internal troggle-generated pages as the data used
|
||||
is (mostly) present in the tables after importing the wallet images and the survex files.
|
||||
But doing it outside troggle means that we get feedback on errors before going through the import procedure, so gives us some earlier warning.</p>
|
||||
|
||||
<textarea>
|
||||
<iframe name="okiframe" width="90%" height="20%"
|
||||
src="svx-refs.ok.html" frameborder="1" ></iframe>
|
||||
</textarea>
|
||||
<hr />
|
||||
Go to the <a href="xmlvalid.html">drawings/survex</a> data links validation page
|
||||
|
||||
|
||||
Reference in New Issue
Block a user