diff --git a/blog/templates/blog/post_list.html b/blog/templates/blog/post_list.html index 2dcb66e..6004c5b 100644 --- a/blog/templates/blog/post_list.html +++ b/blog/templates/blog/post_list.html @@ -1,19 +1,39 @@ {% extends "components/base.html" %} -{% block title %}Post{% endblock %} +{% block title %}Blog Posts{% endblock %} {% block main_area %} -

Blog Posts

- {% if request.user.is_authenticated %} - Create New Post - {% endif %} - -{% endblock %} \ No newline at end of file +

๐Ÿ“ Latest Posts

+ +{% if request.user.is_authenticated %} +
+ + Write a New Post + +
+{% endif %} + +
+ {% for post in posts %} +
+
+
+
{{ post.title }}
+

{{ post.summary }}

+

{{ post.contents|truncatechars:50 }}

+ +
+ +
+
+ {% empty %} +

No posts available yet.

+ {% endfor %} +
+{% endblock %} diff --git a/butler/templates/butler/_unused_ip_mgmt.html b/butler/templates/butler/_unused_ip_mgmt.html new file mode 100644 index 0000000..779c47d --- /dev/null +++ b/butler/templates/butler/_unused_ip_mgmt.html @@ -0,0 +1,200 @@ +{% extends "components/base.html" %} + +{% block title %}IP Management{% endblock %} + +{% block main_area %} +

IP ๊ด€๋ฆฌ ๋Œ€์žฅ

+{% if not request.user.is_authenticated %} +

๋น„๋กœ๊ทธ์ธ ์ต๋ช…์‚ฌ์šฉ์ž๋กœ ์ ‘๊ทผ ์ค‘์ž…๋‹ˆ๋‹ค. +
๋กœ๊ทธ์ธ์‹œ ๋กœ๊ทธ์ธ ์‚ฌ์šฉ์ž๊ฐ€ ๋“ฑ๋กํ•œ ๋ฐ์ดํ„ฐ๋งŒ ์กฐํšŒ๋ฉ๋‹ˆ๋‹ค. +

+{% endif %} + +
+
+
+
+
+
+
+
+ + +
+
+
+
+ +
+ {% csrf_token %} + + + + + + + + + + + + + + + {% for record in records %} + + + + + + + + + + + + + + {% empty %} + + + + {% endfor %} + +
SelectNetwork NameLocationServer NameIP AddressRemarkAuthorUpdated At
+ + {{ record.network_nm }}{{ record.contents }}{{ record.svr_nm }}{{ record.ip_addrs }}{{ record.remark }}{{ record.author }}{{ record.updated_at|date:"Y-m-d H:i" }}
No records found.
+ {% if request.user.is_authenticated %} + +
+ + + + + + + + +
+ {% endif %} + + + + + + +{% endblock %} \ No newline at end of file diff --git a/butler/templates/butler/ip_mgmt.html b/butler/templates/butler/ip_mgmt.html index 779c47d..f08f850 100644 --- a/butler/templates/butler/ip_mgmt.html +++ b/butler/templates/butler/ip_mgmt.html @@ -11,10 +11,8 @@ {% endif %}
-
-
-
-
+
+
@@ -25,6 +23,7 @@
+
{% csrf_token %} @@ -33,8 +32,8 @@ Select Network Name - Location Server Name + Location IP Address Remark Author @@ -56,50 +55,6 @@ {{ record.author }} {{ record.updated_at|date:"Y-m-d H:i" }} - - -
{% empty %} No records found. @@ -108,30 +63,67 @@ {% if request.user.is_authenticated %} -
- - - - -
{% endif %} - + +{% for record in records %} + +{% endfor %} + +