Skip to content

Commit bd5a665

Browse files
committed
Update the cmsweb front page. Also give some meaningful help page.
1 parent 5e0e68a commit bd5a665

File tree

3 files changed

+93
-36
lines changed

3 files changed

+93
-36
lines changed

frontend/cmserror.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sub handler($)
4141
my $message = "<p>An unspecified error occurred.</p>";
4242
my $ticket = "please be so kind as to report this problem to the"
4343
. " <a href='https://savannah.cern.ch/support/?func="
44-
. "additem&group=cmscompinfrasup&category_id=108&privacy=1&"
44+
. "additem&group=cmscompinfrasup&category_id=123&privacy=1&"
4545
. "assigned_to=5156&custom_sb2=102&custom_sb1=102&summary="
4646
. "cmsweb%20issue%3a%20unexpected%20401%20error%20code&"
4747
. "add_cc=cms-service-webtools\@cern.ch'>operators</a>";

frontend/htdocs/help.html

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3+
<head>
4+
<title>CMSWEB Help and Support</title>
5+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
7+
<link rel="stylesheet" type="text/css" media="screen" href="/css/cmsweb.css" />
8+
</head>
9+
<body>
10+
<div id="main">
11+
<div id="top">
12+
<div class="boxTitle"><img src="/img/title.gif" alt="CMSWEB (title)" /></div>
13+
</div>
14+
<div id="middle">
15+
<div class="boxLinkContainer">
16+
<h2>Help and Support</h2>
17+
<p>Planned CMSWEB downtimes are listed in the
18+
<a href='https://twiki.cern.ch/twiki/bin/view/CMS/ScheduledInterventions'>scheduled interventions</a> page.
19+
These interventions and other CMSWEB important issues and changes are reported in the
20+
<a href='https://hypernews.cern.ch/HyperNews/CMS/get/cernCompAnnounce.html'>CERN computing announcements</a> forum.
21+
</p>
22+
<p>To authenticate against CMSWEB services, you must be properly
23+
<a href="https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideLcgAccess">registered</a> with CMS.
24+
The <a href="https://cmsweb.cern.ch/auth/trouble/">trouble-shooting</a> page helps you to
25+
diagnose certificate authentication problems. Please also check your
26+
certificate is properly mapped to your account in
27+
<a href="/sitedb/prod/mycert">SiteDB</a>.
28+
</p>
29+
<p>Some services may additionally require you to have specific roles in SiteDB to allow you to access some functions or features.
30+
Look for these roles in the service help pages and request them in their user support forums.
31+
This <a href="https://twiki.cern.ch/twiki/bin/view/CMSPublic/CompOpsSiteDBRoles">draft document</a> may also help you finding the roles you need.
32+
</p>
33+
<p>If you don't know what's the user support forum for the service you
34+
are looking for, or in case of any other CMSWEB related questions,
35+
ask the cms-service-webtools CERN e-group.
36+
</p>
37+
<p>For reporting bugs or any other CMSWEB problems, please open a
38+
<a href="https://savannah.cern.ch/support/?func=additem&group=cmscompinfrasup&category_id=123&privacy=1&assigned_to=5156&custom_sb2=102&custom_sb1=102&amp;;[email protected]&summary=cmsweb%20issue">ticket</a>.
39+
</p>
40+
</div>
41+
</div>
42+
<div id="bottom"><div class="boxFooter">&nbsp;</div></div>
43+
</div>
44+
</body>
45+
</html>

frontend/htdocs/index.html

+47-35
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,51 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3-
<head>
4-
<!-- designed by Aresh Vedaee, [email protected] -->
5-
<title>CMS WEB TOOLS Index Page</title>
6-
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7-
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
8-
<link rel="stylesheet" type="text/css" media="screen" href="css/cmsweb.css" />
9-
</head>
3+
<head>
4+
<title>CMS WEB TOOLS Index Page</title>
5+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6+
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
7+
<link rel="stylesheet" type="text/css" media="screen" href="css/cmsweb.css" />
8+
</head>
9+
10+
<body>
11+
<div id="main">
12+
<div id="top">
13+
<div class="boxTitle"><img src="img/title.gif" alt="CMSWEB (title)" /></div>
14+
</div>
15+
<div id="middle">
16+
<div class="boxLinkContainer">
17+
<ul class="boxLinks">
18+
<li class="box">Data catalogue: <a href="/das/">DAS</a></li>
19+
<li class="box">Transfer systems:
20+
<a href="/phedex/">PhEDEx - bulk transfer</a>,
21+
<a href="/filemover/">FileMover - individual file transfer</a>
22+
</li>
23+
<li class="box">Workflow monitoring:
24+
<a href="http://dashboard.cern.ch/cms/">Dashboard</a>,
25+
<a href="https://cms-popularity.cern.ch/">Data Popularity</a>,
26+
<a href="/overview/">Overview</a>,<br />
27+
<a href="/reqmgr/">Request Manager</a>,
28+
<a href="/wmstats/">Request Monitor</a>,
29+
<a href="/workqueue/">Work Queue</a>
30+
</li>
31+
<li class="box">T0:
32+
<a href="/T0Mon/">Tier-0 Monitoring</a>,
33+
<a href="/tier0_wmstats/">Tier-0 Request Monitor</a>
34+
</li>
35+
<li class="box">DQM:
36+
<a href="/dqm/online">Online</a>,
37+
<a href="/dqm/offline">Offline</a>,
38+
<a href="/dqm/relval">RelVal</a>,
39+
<a href="/dqm/caf">CAF</a>,
40+
<a href="/dqm/dev">Development</a>
41+
</li>
42+
<li class="box"><a href="/sitedb/">Site information - SiteDB</a></li>
43+
<li class="box"><a href="/help.html">Help and support</a></li>
44+
</ul>
45+
</div>
46+
</div>
47+
<div id="bottom"><div class="boxFooter">&nbsp;</div></div>
48+
</div>
49+
</body>
1050

11-
<body>
12-
<div id="main">
13-
<div id="top">
14-
<div class="boxTitle"><img src="img/title.gif" alt="CMSWEB (title)" /></div>
15-
</div>
16-
<div id="middle">
17-
<div class="boxLinkContainer">
18-
<!-- <div class="boxSubtitle">LINKS :</div> -->
19-
<ul class="boxLinks">
20-
<li class="box">Data catalogue: <a href="/das/">DAS</a></li>
21-
<li class="box">Transfer systems: <a href="/phedex/">PhEDEx - bulk transfer</a>,
22-
<a href="/filemover/">FileMover - individual file transfer</a></li>
23-
<li class="box">Workflow monitoring: <a href="http://dashboard.cern.ch/cms/">Dashboard</a>,
24-
<a href="/overview/">Overview</a>,<br /> <a href="/reqmgr/">Request Manager</a>,
25-
<a href="/T0Mon/">Tier-0 Monitoring</a>,
26-
<a href="https://cms-popularity.cern.ch/">Data Popularity</a></li>
27-
<li class="box">DQM: <a href="/dqm/online">Online</a>, <a href="/dqm/offline">Offline</a>,
28-
<a href="/dqm/relval">RelVal</a>, <a href="/dqm/caf">CAF</a>, <a href="/dqm/dev">Development</a></li>
29-
<li class="box"><a href="/sitedb/">Site information - SiteDB</a></li>
30-
<li class="box"><a href="/sitedb/Common/help">Help and support</a></li>
31-
</ul>
32-
</div>
33-
</div>
34-
<div id="bottom">
35-
<div class="boxFooter">&nbsp;</div>
36-
</div>
37-
</div>
38-
</body>
3951
</html>

0 commit comments

Comments
 (0)