UPDC Home: Difference between revisions
Last edited by on 02 07 2026
imported>Admin No edit summary |
Updc admin (talk | contribs) Fix broken /wiki/index.php links (redirected to Main_Page) -> /index.php |
||
| (12 intermediate revisions by 2 users not shown) | |||
| Line 39: | Line 39: | ||
.updc-search input:focus { | .updc-search input:focus { | ||
border-color: # | border-color: #014421; | ||
box-shadow: 0 0 5px rgba(0, | box-shadow: 0 0 5px rgba(1,68,33,0.3); | ||
} | |||
.updc-search button { | |||
margin-left: 10px; | |||
padding: 12px 20px; | |||
background: #014421; | |||
border: 1px solid #012211; | |||
border-radius: 25px; | |||
font-size: 16px; | |||
cursor: pointer; | |||
color: white; | |||
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; | |||
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; | |||
-webkit-transition: background-color 300ms ease-out; | |||
-moz-transition: background-color 300ms ease-out; | |||
transition: background-color 300ms ease-out; | |||
} | |||
.updc-search button:hover { | |||
background: #012211; | |||
} | } | ||
| Line 162: | Line 182: | ||
} | } | ||
</style> | </style> | ||
<script> | |||
function handleSearch() { | |||
const searchInput = document.getElementById('updc-search-input'); | |||
const query = searchInput.value.trim(); | |||
if (query) { | |||
// Use the correct search URL format | |||
window.location.href = '/index.php?search=' + encodeURIComponent(query); | |||
} | |||
} | |||
function handleKeyPress(event) { | |||
if (event.key === 'Enter') { | |||
handleSearch(); | |||
} | |||
} | |||
// Add event listeners when page loads | |||
document.addEventListener('DOMContentLoaded', function() { | |||
const searchInput = document.getElementById('updc-search-input'); | |||
const searchButton = document.getElementById('updc-search-button'); | |||
if (searchInput) { | |||
searchInput.addEventListener('keypress', handleKeyPress); | |||
} | |||
if (searchButton) { | |||
searchButton.addEventListener('click', handleSearch); | |||
} | |||
}); | |||
</script> | |||
<div class="updc-homepage"> | <div class="updc-homepage"> | ||
| Line 167: | Line 219: | ||
<h1>KNOW MORE ABOUT UPDC DATA COMMONS</h1> | <h1>KNOW MORE ABOUT UPDC DATA COMMONS</h1> | ||
<div class="updc-search"> | <div class="updc-search"> | ||
<input type="text" placeholder="What are you searching for?" /> | <input type="text" id="updc-search-input" placeholder="What are you searching for?" /> | ||
<button id="updc-search-button" type="button">Search</button> | |||
</div> | </div> | ||
</div> | </div> | ||
| Line 178: | Line 231: | ||
<h3>About UPDC</h3> | <h3>About UPDC</h3> | ||
<p>This section contains Wiki pages that describe what the UPDC Data Commons is, the services that we offer, and the team that maintains our operations.</p> | <p>This section contains Wiki pages that describe what the UPDC Data Commons is, the services that we offer, and the team that maintains our operations.</p> | ||
<a href=" | <a href="/index.php/About_UPDC">Learn More</a> | ||
</div> | </div> | ||
| Line 187: | Line 240: | ||
<h3>Using UPDC Services</h3> | <h3>Using UPDC Services</h3> | ||
<p>This section details how users can access UPDC services, utilize our data management tools, and communicate service requests to our team via the support portal.</p> | <p>This section details how users can access UPDC services, utilize our data management tools, and communicate service requests to our team via the support portal.</p> | ||
<a href=" | <a href="/index.php/Using_UPDC_Services">Learn More</a> | ||
</div> | </div> | ||
| Line 196: | Line 249: | ||
<h3>Policies and Guidelines</h3> | <h3>Policies and Guidelines</h3> | ||
<p>This section lists the different policies and guidelines implemented by the UPDC team concerning data management, security, and operational procedures.</p> | <p>This section lists the different policies and guidelines implemented by the UPDC team concerning data management, security, and operational procedures.</p> | ||
<a href=" | <a href="/index.php/Policies_and_Agreements">Learn More</a> | ||
</div> | |||
<div class="updc-card"> | |||
<div class="updc-card-icon"> | |||
<i>🌐</i> | |||
</div> | |||
<h3>UPDC Web Services</h3> | |||
<p>This section covers the web applications and online services hosted by UPDC for the university community, such as UPila, our live queue-management app.</p> | |||
<a href="/index.php/UPDC_Web_Services">Learn More</a> | |||
</div> | </div> | ||
</div> | </div> | ||
| Line 203: | Line 265: | ||
<h3>Recent Updates</h3> | <h3>Recent Updates</h3> | ||
<ul> | <ul> | ||
<li><a href="/index.php/UPila">UPila — Live Queue Management</a> <span class="date">Jul 2, 2026</span></li> | |||
<li><a href="Security_Hardening">Security Hardening Guide</a> <span class="date">Sep 25, 2025</span></li> | <li><a href="Security_Hardening">Security Hardening Guide</a> <span class="date">Sep 25, 2025</span></li> | ||
<li><a href="Password_Policies">Password Policies</a> <span class="date">Sep 23, 2025</span></li> | <li><a href="Password_Policies">Password Policies</a> <span class="date">Sep 23, 2025</span></li> | ||
<li><a href="Adding_a_User_to_Your_VM">VM User Management</a> <span class="date">Sep 22, 2025</span></li> | <li><a href="Adding_a_User_to_Your_VM">VM User Management</a> <span class="date">Sep 22, 2025</span></li> | ||
<li><a href="Data_Backup_Procedures">Data Backup Procedures</a> <span class="date">Sep 20, 2025</span></li> | |||
<li><a href="Network_Configuration">Network Configuration Guide</a> <span class="date">Sep 18, 2025</span></li> | |||
<li><a href="Software_Installation">Software Installation Guidelines</a> <span class="date">Sep 15, 2025</span></li> | |||
<li><a href="Storage_Management">Storage Management Best Practices</a> <span class="date">Sep 12, 2025</span></li> | |||
<li><a href="Monitoring_Systems">System Monitoring Setup</a> <span class="date">Sep 10, 2025</span></li> | |||
<li><a href="Access_Control">Access Control Procedures</a> <span class="date">Sep 8, 2025</span></li> | |||
<li><a href="Troubleshooting_Guide">Common Issues Troubleshooting</a> <span class="date">Sep 5, 2025</span></li> | |||
</ul> | </ul> | ||
</div> | </div> | ||
</div> | </div> | ||
</html> | </html> | ||
Latest revision as of 10:20, 2 July 2026
KNOW MORE ABOUT UPDC DATA COMMONS
About UPDC
This section contains Wiki pages that describe what the UPDC Data Commons is, the services that we offer, and the team that maintains our operations.
Learn MoreUsing UPDC Services
This section details how users can access UPDC services, utilize our data management tools, and communicate service requests to our team via the support portal.
Learn MorePolicies and Guidelines
This section lists the different policies and guidelines implemented by the UPDC team concerning data management, security, and operational procedures.
Learn MoreUPDC Web Services
This section covers the web applications and online services hosted by UPDC for the university community, such as UPila, our live queue-management app.
Learn MoreRecent Updates
- UPila — Live Queue Management Jul 2, 2026
- Security Hardening Guide Sep 25, 2025
- Password Policies Sep 23, 2025
- VM User Management Sep 22, 2025
- Data Backup Procedures Sep 20, 2025
- Network Configuration Guide Sep 18, 2025
- Software Installation Guidelines Sep 15, 2025
- Storage Management Best Practices Sep 12, 2025
- System Monitoring Setup Sep 10, 2025
- Access Control Procedures Sep 8, 2025
- Common Issues Troubleshooting Sep 5, 2025