Skip to content
Snippets Groups Projects
Commit 66a84c7a authored by Lucio Zambon's avatar Lucio Zambon
Browse files

Add new file

parent c4b30bd3
No related branches found
No related tags found
No related merge requests found
fc.html 0 → 100644
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FERMI Commander</title>
<!--link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"-->
<link href="./lib/bootstrap/bootstrap-4.5.2.min.css" rel="stylesheet">
<style>
body {
background-color: black;
color: white;
}
.variable {
margin-top: 10px;
margin-left: 10px;
min-width: 10em;
}
</style>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-12 col-md-12" style="padding:0;">
<iframe style="width:100%; height:40vh; border:0;" src="https://puma-01.elettra.eu/panther/panther2d.php?machine=fermi"></iframe>
</div>
<div class="col-6 col-md-6">
<div style="margin:10px; border: 5px solid #0069d9; border-radius: 10px; min-height: 50vh;text-align: center;">
<h3>FEL1</h3>
<table><tr valign='top'><td>
<a class="btn btn-primary variable" href="puma://bam sfel01/diagnostics/bam_sfel01.01">BAM</a><br>
<a class="btn btn-primary variable" href="puma://gigecam-gui mbd/diagnostics/mscrccd_mbd.01 mscrccd_mbd.01 --scr=mbd/diagnostics/mscr_mbd.01">ccd mbd.01</a><br>
<a class="btn btn-primary variable" href="puma:// -- python3 /home/lfo/runtime/panels/bin/seed_master.py sh -c python3 /home/lfo/runtime/panels/bin/seed_master.py">Seed Laser</a><br>
<a class="btn btn-primary variable" href="puma://supergapfel01 fel01/master/master_fel01.01 sl/motor/trls_sl.04 sl/motor/trls_sl.08 f/felmaster4users/fel01 fel01/magnet/dispersive_magnet_fel01.01">SuperGap</a><br>
<a class="btn btn-primary variable" href="puma://gigecam sl/diagnostics/ccd_sl.05 ccd_sl.05 --calibration --refresh=200 -title SL_FEL1_bereadboard_steering_1_ccd_sl.05">ccd_sl.05</a><br>
<a class="btn btn-primary variable" href="puma://blmmaster f/radiation_protection/blm_master_linac.01//blmmaster f/radiation_protection/blm_master_linac.02 --plottitle BLM Linac 2/2//blmmaster f/radiation_protection/blm_master_uh.01 fel01 --plottitle BLM UH FEL01">BLM Linac+uh</a><br>
<a class="btn btn-primary variable" href="puma:// -- /bin/sh -c export PYTHONPATH=${HOME}/devel/utils/python/setting_I0_fel1; cd /home/fermi/devel/utils/python/setting_I0_fel1; ./gui.py">Filtri</a><br>
<a class="btn btn-primary variable" href="puma://">Pumping Sys</a><br>
<a class="btn btn-primary variable" href="puma://">PS Group</a><br>
<a class="btn btn-primary variable" href="puma://">Cherenkov BLM</a>
</td><td>
<a class="btn btn-primary variable" href="puma://">Energy Man.</a><br>
<a class="btn btn-primary variable" href="puma://">Laser Heater</a><br>
<a class="btn btn-primary variable" href="puma://">PIL e Seed</a><br>
</td></tr></table>
</div>
</div>
<div class="col-6 col-md-6">
</div>
</div>
</div>
<script src="./lib/jquery/jquery-3.5.1.slim.min.js"></script>
<!--script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"></script-->
<script src="./lib/bootstrap/bootstrap-4.5.2.js"></script>
</body>
</html>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment