git init of winget repo statistics and manager
This commit is contained in:
42
html/mrkzi.html
Normal file
42
html/mrkzi.html
Normal file
@@ -0,0 +1,42 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>HUJI Packages</title>
|
||||
<link href="mod.css" rel="stylesheet" type="text/css">
|
||||
<script src="script.js"></script>
|
||||
</head>
|
||||
|
||||
<body dir="rtl">
|
||||
<a href="/en" class="lang"><img src="/eng" width="20px" height="20px"></a>
|
||||
<div>
|
||||
<div class="header">
|
||||
|
||||
<h3>מנהל החבילות של האוניברסיטה העברית</h3>
|
||||
<p style="font-size: 12;">הדרכה:</p>
|
||||
<p>יש לפתוח את חלון ההתחל או את שורת החיפוש ולהקליד<abbr title="יוצג גם כcommand prompt">CMD</abbr>. יש ללחוץ עליו בלחצן הימני, ולבחור "הפעל כמנהל". כשיפתח, יש להדביק את הטקסט הבא (לחיצה על הטקסט כדי להעתיק), </p>
|
||||
<div id="source" class="copyme" onclick="copyValue('source')">winget source add -n huji -t "Microsoft.Rest"
|
||||
https://winget.cc.huji.ac.il/api/</div>
|
||||
</div>
|
||||
<ul class="r">
|
||||
<% pkgs.forEach(function(row, i) { %>
|
||||
<li id="<%= i %>">
|
||||
<div id="program-<%= i %>" onclick="showAndHide('id-<%= i %>','<%= i %>')">
|
||||
שם התוכנה: <strong>
|
||||
<%= row.package %>
|
||||
</strong>
|
||||
</div>
|
||||
<div id="version-<%= i %>" onclick="showAndHide('id-<%= i %>','<%= i %>')">
|
||||
גרסאת התוכנה <%= row.version %>
|
||||
</div>
|
||||
<div id="tag-<%= i %>" onclick="showAndHide('id-<%= i %>','<%= i %>')"><script>replaceHebrew("tag-<%= i %>",'<%= row.tag %>')</script>
|
||||
</div>
|
||||
<script>insertWarning("<%= row.warning %>","<%= i %>",'he')</script>
|
||||
<div class="copyme hiddencopy" id="id-<%= i %>" onclick="copyValue('id-<%= i %>')"><script>scriptPackage("<%= row.id %>", "<%= row.extra_commands %>", "<%= i %>")</script></div>
|
||||
</li>
|
||||
<% }); %>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user