Fix overwriting problem
This commit is contained in:
parent
7c762aee3b
commit
33d1060675
6 changed files with 9 additions and 9 deletions
|
|
@ -35,7 +35,7 @@ html_head = """
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<span id="to_timeline">
|
<span id="to_timeline">
|
||||||
<a href="/events/">
|
<a href="/events/list.html">
|
||||||
TIMELINE
|
TIMELINE
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ html_head_event = """
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="timeline_icon_wrapper" class="svg_wrapper">
|
<div id="timeline_icon_wrapper" class="svg_wrapper">
|
||||||
<a href="/events/">
|
<a href="/events/list.html">
|
||||||
<img id="about_icon"src="/src/img/events_events-back.svg" alt="구름 모양 타임라인 버튼">
|
<img id="about_icon"src="/src/img/events_events-back.svg" alt="구름 모양 타임라인 버튼">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -47,7 +47,7 @@ html_head_event = """
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<span id="to_timeline">
|
<span id="to_timeline">
|
||||||
<a href="/events/">
|
<a href="/events/list.html">
|
||||||
TIMELINE
|
TIMELINE
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ html_head_events = """
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<span id="to_timeline">
|
<span id="to_timeline">
|
||||||
<a href="/events/">
|
<a href="/events/list.html">
|
||||||
TIMELINE
|
TIMELINE
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="timeline_icon_wrapper" class="svg_wrapper">
|
<div id="timeline_icon_wrapper" class="svg_wrapper">
|
||||||
<a href="/events/">
|
<a href="/events/list.html">
|
||||||
<img id="about_icon"src="src/img/icon_timeline.svg" alt="구름 모양 타임라인 버튼">
|
<img id="about_icon"src="src/img/icon_timeline.svg" alt="구름 모양 타임라인 버튼">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<span id="to_timeline">
|
<span id="to_timeline">
|
||||||
<a href="/events/">
|
<a href="/events/list.html">
|
||||||
TIMELINE
|
TIMELINE
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="timeline_icon_wrapper" class="svg_wrapper">
|
<div id="timeline_icon_wrapper" class="svg_wrapper">
|
||||||
<a href="/events/">
|
<a href="/events/list.html">
|
||||||
<img id="about_icon"src="/src/img/events_events.svg" alt="구름 모양 타임라인 버튼">
|
<img id="about_icon"src="/src/img/events_events.svg" alt="구름 모양 타임라인 버튼">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="timeline_icon_wrapper" class="svg_wrapper">
|
<div id="timeline_icon_wrapper" class="svg_wrapper">
|
||||||
<a href="/events/">
|
<a href="/events/list.html">
|
||||||
<img id="about_icon"src="src/img/icon_timeline.svg" alt="구름 모양 타임라인 버튼">
|
<img id="about_icon"src="src/img/icon_timeline.svg" alt="구름 모양 타임라인 버튼">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<span id="to_timeline">
|
<span id="to_timeline">
|
||||||
<a href="/events/">
|
<a href="/events/list.html">
|
||||||
TIMELINE
|
TIMELINE
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue