tbm
This commit is contained in:
parent
06212d6859
commit
9e73be2636
1 changed files with 14 additions and 0 deletions
14
build.py
14
build.py
|
@ -154,6 +154,10 @@ def main():
|
||||||
<label for="tab/sites/software">Software</label>
|
<label for="tab/sites/software">Software</label>
|
||||||
<div>{tabs['software']}</div>
|
<div>{tabs['software']}</div>
|
||||||
</div></div>
|
</div></div>
|
||||||
|
<input type="radio" onclick="update(id)"
|
||||||
|
name="tab" id="tab/tbm" />
|
||||||
|
<label for="tab/tbm">TBM</label>
|
||||||
|
<div>{tabs['tbm']}</div>
|
||||||
<input type="radio" onclick="update(id)"
|
<input type="radio" onclick="update(id)"
|
||||||
name="tab" id="tab/videos" />
|
name="tab" id="tab/videos" />
|
||||||
<label for="tab/videos">Videos/</label>
|
<label for="tab/videos">Videos/</label>
|
||||||
|
@ -940,6 +944,16 @@ BASH experimenting:
|
||||||
<li>implement search</li>
|
<li>implement search</li>
|
||||||
</ul>
|
</ul>
|
||||||
''',
|
''',
|
||||||
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
|
'tbm': f'''\
|
||||||
|
<ul class="cards">
|
||||||
|
<li class="card"><a href="https://montempsreel.infotbm.com/arret/7802">Médiathèque → V</a></li>
|
||||||
|
<li class="card"><a href="https://montempsreel.infotbm.com/arret/1224">Bertin → B</a></li>
|
||||||
|
<li class="card"><a href="https://montempsreel.infotbm.com/arret/7">Bertin → V</a></li>
|
||||||
|
<li class="card"><a href="https://montempsreel.infotbm.com/arret/624">Caserne Nansouty → V</a></li>
|
||||||
|
<li class="card"><a href="https://montempsreel.infotbm.com/arret/7981">Caserne Nansouty → B</a></li>
|
||||||
|
</ul>
|
||||||
|
''',
|
||||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
'trips': f'''\
|
'trips': f'''\
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue